PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListBoxField Class / setIsMultiSelect Method
True if multiple items can be selected in the list.
In This Topic
    setIsMultiSelect Method
    In This Topic
    Sets a value indicating whether the field allows multiple selection.
    Syntax
    public void setIsMultiSelect( 
       boolean value
    )

    Parameters

    value
    True if multiple items can be selected in the list.
    See Also